home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 198
- Top = 206
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Registry Keys and Values'
- ClientHeight = 151
- ClientWidth = 458
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object ListView1: TListView
- Left = 7
- Top = 9
- Width = 442
- Height = 90
- Color = clWhite
- Columns = <
- item
- Caption = 'Registry Keys and Values That Wil Be Auto-Erased'
- Width = 438
- end>
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -5
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- ViewStyle = vsReport
- end
- object BitBtn1: TBitBtn
- Left = 131
- Top = 114
- Width = 57
- Height = 25
- Caption = 'Add'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 279
- Top = 114
- Width = 57
- Height = 25
- Caption = 'Done'
- TabOrder = 3
- OnClick = BitBtn2Click
- end
- object BitBtn3: TBitBtn
- Left = 205
- Top = 114
- Width = 57
- Height = 25
- Caption = 'Remove'
- TabOrder = 2
- OnClick = BitBtn3Click
- end
- end
-